home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / tex / files / !VduType / Makefile < prev    next >
Encoding:
Makefile  |  1990-07-11  |  134 b   |  7 lines

  1. !RunImage: o.main
  2.     link -o !RunImage o.main $.clib.o.stubs $.clib.o.risc_oslib
  3.     squeeze -v !RunImage
  4.  
  5. o.main: c.main
  6.     cc -O -c main.c
  7.